home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / science / hyperref.cpt / Hyper-Ref 1.0 / background_4834.xml < prev    next >
Encoding:
Extensible Markup Language  |  1992-03-20  |  41.1 KB  |  1,061 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>4834</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_4581.pbm</bitmap>
  7.     <cantDelete> <true /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_3126.css" />
  11.     <part>
  12.         <id>2</id>
  13.         <type>button</type>
  14.         <visible> <true /> </visible>
  15.         <reserved5> 0 </reserved5>
  16.         <reserved4> 0 </reserved4>
  17.         <reserved3> 0 </reserved3>
  18.         <reserved2> 0 </reserved2>
  19.         <reserved1> 0 </reserved1>
  20.         <enabled> <true /> </enabled>
  21.         <rect>
  22.             <left>0</left>
  23.             <top>56</top>
  24.             <right>75</right>
  25.             <bottom>77</bottom>
  26.         </rect>
  27.         <style>roundrect</style>
  28.         <showName> <true /> </showName>
  29.         <highlight> <false /> </highlight>
  30.         <autoHighlight> <true /> </autoHighlight>
  31.         <sharedHighlight> <false /> </sharedHighlight>
  32.         <family>0</family>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>0</icon>
  35.         <textAlign>center</textAlign>
  36.         <font>Helvetica</font>
  37.         <textSize>10</textSize>
  38.         <textStyle>bold</textStyle>
  39.         <name>Import Data</name>
  40.         <script>on mouseUp noNewCardsput the hilite of bkgnd button "Return" into returnData -- check parametersput the hilite of bkgnd button "Tab" into tabDataput the hilite of bkgnd button "User Specified" into userDataif (returnData is false) and (tabData is false) and (userData is false) thenanswer "Select import parameters and try again"exit mouseUpend ifif  ((returnData is true) and (tabData is true)) or ((returnData is true) and (userData is true)) or ((tabData is true) and (userData is true)) thenanswer "More than one import parameter is selected."exit mouseUpend ifAnswer "Do you want to update an existing stack or create a new one?"  with "Update" or "New" or "Cancel"if (it is empty) or (it is "Cancel") then exit mouseupif it is "New" thenask "Enter in the name of the new stack."push cardset the lockScreen to trueset the cursor to busycreate stack it with bkgnd "Help" in a new windowpop carddoMenu "Copy Card"go stack itdoMenu "Paste Card"put empty into field "Record"push cardelse  -- add card to current stackset the lockScreen to trueset the cursor to busygo to bkgnd "Help"go nextget field "Record"if it is not empty thendoMenu "New Card"push cardadd 1 to noNewCards -- counter to keep track of number of entrysend ifend ifAnswer file  "Select the file would would like to import." of type textput it into fileNameif (it is empty) or (it is "Cancel") then exit mouseupopen file fileNamepop cardif userData is true thenask "What is the first identifier for each document?" -- begining of document to put in cardput it into firstIdentif (it is empty) or (it is "Cancel") then exit mouseupask "What is the last identifier?" -- end of entry to put in a cardput it into lastIdentif (it is empty) or (it is "Cancel") then exit mouseupset cursor to watchset lockScreen to truerepeat foreverread from file filename for 16384 -- read in 16384 charsif offset(firstIdent,it) is 0 then -- test to see if it is near end of filedoMenu "Delete Card" -- delete the last card; contains stuff after last lastIdentsubtract 1 from noNewCardsexit repeatend ifput offset(firstIdent,it) into startEntry -- find first char of beginning of entryput offset(lastIdent,it) into endEntry -- find first char of end of entrysubtract 1 from startEntry -- Includes first char of firstIdent in fieldif startEntry > endEntry then -- check to see if this is a partial fileput char 1 to endEntry of it after the last char in field "Record"delete last char of field "Record"doMenu "New Card"add 1 to noNewCardsend ifdelete char 1 to startEntry of it -- remove header or chars up to entry from fileput char 1 to offset(lastIdent,it) of it after last char of field "Record" -- put those chars into field "Record"delete char 1 to offset(lastIdent,it) of it -- remove entry from itdelete last char of field "Record"  -- remove 1st char of lastIdentdoMenu "New Card"add 1 to noNewCardsrepeat forever -- loop to the 16384 chars into cardsput offset(firstIdent,it) into startEntryput offset(lastIdent,it) into endEntryif offset(lastIdent,it) is 0 then -- test to see if it is near end of itsubtract 1 from startEntrydelete char 1 to startEntry of it -- remove chars up to next entryput it into field "Record" -- put the rest of it into field "Record"exit repeatend ifsubtract 1 from startEntrydelete char 1 to startEntry of it -- remove chars up to next entryput char 1 to offset(lastIdent,it) of it after last char of field "Record" -- put those chars into field "Record"delete char 1 to offset(lastIdent,it) of it -- remove entry from itdelete last char of field "Record"  -- remove 1st char of lastIdentdoMenu "New Card"add 1 to noNewCardsend repeatend repeatend ifif returnData is true thenset the lockScreen to trueset the cursor to watchrepeat foreverread from file filename until returnif it is empty thenexit repeatelseput it into field "Record"doMenu "New Card"add 1 to noNewCardsend ifend repeatend ifif tabData is true thenset the lockScreen to trueset the cursor to watchrepeat foreverread from file filename until tabif it is empty thenexit repeatelseput it into field "Record"doMenu "New Card"add 1 to noNewCardsend ifend repeatend ifclose file filenamebeep 2answer "The total number of new entrys are:" && noNewCardsend mouseUp</script>
  41.     </part>
  42.     <part>
  43.         <id>6</id>
  44.         <type>button</type>
  45.         <visible> <true /> </visible>
  46.         <reserved5> 0 </reserved5>
  47.         <reserved4> 0 </reserved4>
  48.         <reserved3> 0 </reserved3>
  49.         <reserved2> 0 </reserved2>
  50.         <reserved1> 0 </reserved1>
  51.         <enabled> <true /> </enabled>
  52.         <rect>
  53.             <left>0</left>
  54.             <top>152</top>
  55.             <right>75</right>
  56.             <bottom>174</bottom>
  57.         </rect>
  58.         <style>roundrect</style>
  59.         <showName> <true /> </showName>
  60.         <highlight> <false /> </highlight>
  61.         <autoHighlight> <true /> </autoHighlight>
  62.         <sharedHighlight> <false /> </sharedHighlight>
  63.         <family>0</family>
  64.         <titleWidth>0</titleWidth>
  65.         <icon>0</icon>
  66.         <textAlign>center</textAlign>
  67.         <font>Helvetica</font>
  68.         <textSize>10</textSize>
  69.         <textStyle>bold</textStyle>
  70.         <name>Clear Search</name>
  71.         <script>on mouseUp tempNumberglobal totalFound,firstTerm,secondTerm,stringTerm,searchTerm,highSearchput empty into firstTermput empty into secondTermput empty into stringTermput empty into searchTermset lockScreen to trueset the cursor to busyif totalFound Γëñ 0 thenbeep 2answer "There is no search to clear."put 0 into totalFoundend ifif highSearch is true then -- skip unless the hilite button was checkedput 0 into tempNumberrepeat until tempNumber = totalFoundgo to next marked cardadd 1 to tempNumberget field "Record"put it into field "Record"end repeatend ifput 0 into totalFoundunmark all cardsput empty into bkgnd field "Marked Card #"put empty into bkgnd field "Total Marked #Cards"set the hilite of bkgnd button "AND" to falseset the hilite of bkgnd button "OR" to falseset the hilite of bkgnd button "Word/Phrase" to falseset the hilite of bkgnd button "Hilite" to falsego to card 2beep 2end mouseUp</script>
  72.     </part>
  73.     <part>
  74.         <id>8</id>
  75.         <type>button</type>
  76.         <visible> <true /> </visible>
  77.         <reserved5> 0 </reserved5>
  78.         <reserved4> 0 </reserved4>
  79.         <reserved3> 0 </reserved3>
  80.         <reserved2> 0 </reserved2>
  81.         <reserved1> 0 </reserved1>
  82.         <enabled> <true /> </enabled>
  83.         <rect>
  84.             <left>0</left>
  85.             <top>128</top>
  86.             <right>75</right>
  87.             <bottom>149</bottom>
  88.         </rect>
  89.         <style>roundrect</style>
  90.         <showName> <true /> </showName>
  91.         <highlight> <false /> </highlight>
  92.         <autoHighlight> <true /> </autoHighlight>
  93.         <sharedHighlight> <false /> </sharedHighlight>
  94.         <family>0</family>
  95.         <titleWidth>0</titleWidth>
  96.         <icon>0</icon>
  97.         <textAlign>center</textAlign>
  98.         <font>Helvetica</font>
  99.         <textSize>10</textSize>
  100.         <textStyle>bold</textStyle>
  101.         <name>Save Search</name>
  102.         <script>on mouseUp tempNumber,currentStack,saveStackglobal totalFoundget the name of stackput it into currentStackif totalFound Γëñ 0 thenanswer "There are no search results to save."exit mouseupelseAnswer "Do you want to update an existing stack or create a new one?"  with "Update" or "New" or "Cancel"if (it is empty) or (it is "Cancel") then exit mouseupset the lockScreen to trueif it is "New" thenask "Enter in the name of the new stack."set the lockScreen to trueset the cursor to busyif (it is empty) or (it is "Cancel") then exit mouseupput it into saveStackcreate stack it with bkgnd "Help" in a new windowif the result is "Couldn't create stack." thenanswer "Stack" && quote & saveStack & quote && "already exists."exit mouseUpend ifgo to first marked card of currentStackdoMenu "Copy Card" -- copy itgo stack saveStackdoMenu "Paste Card"push card -- mark spot in new stackput 1 into tempNumberrepeat until tempNumber = totalFoundgo to next marked card of currentStackget field "Record"pop card -- go to saveStackdoMenu "New Card"put it into field "Record"push card -- mark this card in saveStackadd 1 to tempNumberend repeatgo second cardunmark all cardselseanswer file "Select the stack to append"if (it is empty) or (it is "Cancel") then exit mouseUpset cursor to busyset lockScreen to trueput it into addStackgo to first marked card of currentStackget field "Record"go to last card of addStackdoMenu "New Card"put it into field "Record"push cardput 1 into tempNumberrepeat until tempNumber = totalFoundgo to next marked card of currentStackget field "Record"pop carddoMenu "New Card"put it into field "Record"push cardadd 1 to tempNumberend repeatpop cardend ifend ifbeep 2end mouseUp</script>
  103.     </part>
  104.     <part>
  105.         <id>10</id>
  106.         <type>field</type>
  107.         <visible> <true /> </visible>
  108.         <dontWrap> <false /> </dontWrap>
  109.         <dontSearch> <true /> </dontSearch>
  110.         <sharedText> <false /> </sharedText>
  111.         <fixedLineHeight> <false /> </fixedLineHeight>
  112.         <autoTab> <false /> </autoTab>
  113.         <lockText> <false /> </lockText>
  114.         <rect>
  115.             <left>460</left>
  116.             <top>288</top>
  117.             <right>499</right>
  118.             <bottom>305</bottom>
  119.         </rect>
  120.         <style>transparent</style>
  121.         <autoSelect> <false /> </autoSelect>
  122.         <showLines> <false /> </showLines>
  123.         <wideMargins> <false /> </wideMargins>
  124.         <multipleLines> <false /> </multipleLines>
  125.         <reservedFamily> 0 </reservedFamily>
  126.         <titleWidth>0</titleWidth>
  127.         <icon>0</icon>
  128.         <textAlign>left</textAlign>
  129.         <font>Helvetica</font>
  130.         <textSize>10</textSize>
  131.         <textStyle>bold</textStyle>
  132.         <textHeight>13</textHeight>
  133.         <name>Card #</name>
  134.         <script></script>
  135.     </part>
  136.     <part>
  137.         <id>11</id>
  138.         <type>button</type>
  139.         <visible> <true /> </visible>
  140.         <reserved5> 0 </reserved5>
  141.         <reserved4> 0 </reserved4>
  142.         <reserved3> 0 </reserved3>
  143.         <reserved2> 0 </reserved2>
  144.         <reserved1> 0 </reserved1>
  145.         <enabled> <true /> </enabled>
  146.         <rect>
  147.             <left>0</left>
  148.             <top>103</top>
  149.             <right>75</right>
  150.             <bottom>125</bottom>
  151.         </rect>
  152.         <style>roundrect</style>
  153.         <showName> <true /> </showName>
  154.         <highlight> <false /> </highlight>
  155.         <autoHighlight> <true /> </autoHighlight>
  156.         <sharedHighlight> <false /> </sharedHighlight>
  157.         <family>0</family>
  158.         <titleWidth>0</titleWidth>
  159.         <icon>0</icon>
  160.         <textAlign>center</textAlign>
  161.         <font>Helvetica</font>
  162.         <textSize>10</textSize>
  163.         <textStyle>bold</textStyle>
  164.         <name>View Search</name>
  165.         <script>on mouseUpvisual effect barn door open fastgo to the next marked cardend mouseUp</script>
  166.     </part>
  167.     <part>
  168.         <id>12</id>
  169.         <type>field</type>
  170.         <visible> <true /> </visible>
  171.         <dontWrap> <false /> </dontWrap>
  172.         <dontSearch> <true /> </dontSearch>
  173.         <sharedText> <false /> </sharedText>
  174.         <fixedLineHeight> <false /> </fixedLineHeight>
  175.         <autoTab> <false /> </autoTab>
  176.         <lockText> <false /> </lockText>
  177.         <rect>
  178.             <left>463</left>
  179.             <top>252</top>
  180.             <right>502</right>
  181.             <bottom>270</bottom>
  182.         </rect>
  183.         <style>transparent</style>
  184.         <autoSelect> <false /> </autoSelect>
  185.         <showLines> <false /> </showLines>
  186.         <wideMargins> <false /> </wideMargins>
  187.         <multipleLines> <false /> </multipleLines>
  188.         <reservedFamily> 0 </reservedFamily>
  189.         <titleWidth>0</titleWidth>
  190.         <icon>0</icon>
  191.         <textAlign>left</textAlign>
  192.         <font>Helvetica</font>
  193.         <textSize>10</textSize>
  194.         <textStyle>bold</textStyle>
  195.         <textHeight>13</textHeight>
  196.         <name>Total Marked #Cards</name>
  197.         <script></script>
  198.     </part>
  199.     <part>
  200.         <id>13</id>
  201.         <type>field</type>
  202.         <visible> <true /> </visible>
  203.         <dontWrap> <false /> </dontWrap>
  204.         <dontSearch> <true /> </dontSearch>
  205.         <sharedText> <false /> </sharedText>
  206.         <fixedLineHeight> <false /> </fixedLineHeight>
  207.         <autoTab> <false /> </autoTab>
  208.         <lockText> <false /> </lockText>
  209.         <rect>
  210.             <left>461</left>
  211.             <top>314</top>
  212.             <right>500</right>
  213.             <bottom>332</bottom>
  214.         </rect>
  215.         <style>transparent</style>
  216.         <autoSelect> <false /> </autoSelect>
  217.         <showLines> <false /> </showLines>
  218.         <wideMargins> <false /> </wideMargins>
  219.         <multipleLines> <false /> </multipleLines>
  220.         <reservedFamily> 0 </reservedFamily>
  221.         <titleWidth>0</titleWidth>
  222.         <icon>0</icon>
  223.         <textAlign>left</textAlign>
  224.         <font>Helvetica</font>
  225.         <textSize>10</textSize>
  226.         <textStyle>bold</textStyle>
  227.         <textHeight>13</textHeight>
  228.         <name>Total #Cards</name>
  229.         <script></script>
  230.     </part>
  231.     <part>
  232.         <id>16</id>
  233.         <type>field</type>
  234.         <visible> <true /> </visible>
  235.         <dontWrap> <false /> </dontWrap>
  236.         <dontSearch> <true /> </dontSearch>
  237.         <sharedText> <false /> </sharedText>
  238.         <fixedLineHeight> <false /> </fixedLineHeight>
  239.         <autoTab> <false /> </autoTab>
  240.         <lockText> <false /> </lockText>
  241.         <rect>
  242.             <left>462</left>
  243.             <top>225</top>
  244.             <right>504</right>
  245.             <bottom>243</bottom>
  246.         </rect>
  247.         <style>transparent</style>
  248.         <autoSelect> <false /> </autoSelect>
  249.         <showLines> <false /> </showLines>
  250.         <wideMargins> <false /> </wideMargins>
  251.         <multipleLines> <false /> </multipleLines>
  252.         <reservedFamily> 0 </reservedFamily>
  253.         <titleWidth>0</titleWidth>
  254.         <icon>0</icon>
  255.         <textAlign>left</textAlign>
  256.         <font>Helvetica</font>
  257.         <textSize>10</textSize>
  258.         <textStyle>bold</textStyle>
  259.         <textHeight>13</textHeight>
  260.         <name>Marked Card #</name>
  261.         <script></script>
  262.     </part>
  263.     <part>
  264.         <id>17</id>
  265.         <type>field</type>
  266.         <visible> <true /> </visible>
  267.         <dontWrap> <false /> </dontWrap>
  268.         <dontSearch> <true /> </dontSearch>
  269.         <sharedText> <false /> </sharedText>
  270.         <fixedLineHeight> <true /> </fixedLineHeight>
  271.         <autoTab> <false /> </autoTab>
  272.         <lockText> <false /> </lockText>
  273.         <rect>
  274.             <left>234</left>
  275.             <top>27</top>
  276.             <right>410</right>
  277.             <bottom>52</bottom>
  278.         </rect>
  279.         <style>transparent</style>
  280.         <autoSelect> <false /> </autoSelect>
  281.         <showLines> <false /> </showLines>
  282.         <wideMargins> <false /> </wideMargins>
  283.         <multipleLines> <false /> </multipleLines>
  284.         <reservedFamily> 0 </reservedFamily>
  285.         <titleWidth>0</titleWidth>
  286.         <icon>0</icon>
  287.         <textAlign>left</textAlign>
  288.         <font>Palatino</font>
  289.         <textSize>18</textSize>
  290.         <textStyle>bold</textStyle>
  291.         <textHeight>24</textHeight>
  292.         <name>Stack ID</name>
  293.         <script></script>
  294.     </part>
  295.     <part>
  296.         <id>26</id>
  297.         <type>button</type>
  298.         <visible> <true /> </visible>
  299.         <reserved5> 0 </reserved5>
  300.         <reserved4> 0 </reserved4>
  301.         <reserved3> 0 </reserved3>
  302.         <reserved2> 0 </reserved2>
  303.         <reserved1> 0 </reserved1>
  304.         <enabled> <true /> </enabled>
  305.         <rect>
  306.             <left>0</left>
  307.             <top>81</top>
  308.             <right>75</right>
  309.             <bottom>100</bottom>
  310.         </rect>
  311.         <style>roundrect</style>
  312.         <showName> <true /> </showName>
  313.         <highlight> <false /> </highlight>
  314.         <autoHighlight> <true /> </autoHighlight>
  315.         <sharedHighlight> <false /> </sharedHighlight>
  316.         <family>0</family>
  317.         <titleWidth>0</titleWidth>
  318.         <icon>0</icon>
  319.         <textAlign>center</textAlign>
  320.         <font>Helvetica</font>
  321.         <textSize>10</textSize>
  322.         <textStyle>bold</textStyle>
  323.         <name>Search</name>
  324.         <script>on mouseUp tempNumberglobal totalFound,firstTerm,secondTerm,stringTerm,searchTerm,highSearchif totalFound <> 0 thenanswer "Clear prior search before beginning a new one."exit mouseUpend ifput empty into firstTermput empty into secondTermput empty into stringTermset the cursor to handput the hilite of bkgnd button "Hilite" into highSearchput the hilite of bkgnd button "AND" into andSearchput the hilite of bkgnd button "OR" into orSearchput the hilite of bkgnd button "Word/Phrase" into wordSearchif (andSearch is false) and (orSearch is false) and (wordSearch is false) thenanswer "Select search parameters and try again."exit mouseUpend ifif  ((andSearch is true) and (orSearch is true)) or ((andSearch is true) and (wordSearch is true)) or ((orSearch is true) and (wordSearch is true)) thenanswer "More than one search parameter is selected."exit mouseUpend ifif (andSearch is true) or (orSearch is true) thenask "What is the first search term."if it is empty then exit mouseupput it into firstTermask "What is the second search term?"if it is empty then exit mouseupput it into secondTermput secondTerm && firstTerm into searchTerm -- combine the two for "AND" searchunmark all cardsput empty into totalFoundset the lockScreen to true -- turn off screen updatesset the cursor to busyif (andSearch is true) thenmark cards by finding searchTerm in field "Record" -- find search term and mark cards containing itelse -- perform the "OR" searchmark cards by finding whole firstTerm in field "Record"mark cards by finding whole secondTerm in field "Record"end ifput the number of marked cards into totalFoundif totalFound is 0 thenbeep 2if (andSearch is true) thenanswer "Search terms" && quote & firstTerm & quote && "and" && quote & secondTerm & quote && "not found in the same reference."exit mouseUpelseanswer "Search terms" && quote & firstTerm & quote && "or" && quote & secondTerm & quote && "not found in different references."exit mouseUpend ifend ifend ifif wordSearch is true thenask "Enter search term."if it is empty then exit mouseupput it into stringTermunmark all cardsput empty into totalFoundset the lockScreen to trueset the cursor to busymark cards by finding whole stringTerm in field "Record" -- find search term and mark cards containing itput the number of marked cards into totalFoundif totalFound is 0 then -- if search term not foundbeep 2answer "Search term" && quote & stringTerm & quote && "not found."exit mouseUpend ifend ifif highSearch is true then -- highlight the termsif stringTerm is empty thenrepeat foreverfind whole firstTerm in field "Record" of marked cardsif the result is not empty then exit repeatif the textStyle of the foundChunk is bold then -- check to see if it is back at the beginingexit repeatelseset the textStyle of the foundChunk to bold -- highlight the search termend ifend repeatrepeat foreverfind whole secondTerm in field "Record" of marked cardsif the result is not empty then exit repeatif the textStyle of the foundChunk is bold then -- check to see if it is back at the beginingexit repeatelseset the textStyle of the foundChunk to bold -- highlight the search termend ifend repeatelserepeat forever --find whole stringTerm in bkgnd field "Record"if the result is not empty then exit repeatif the textStyle of the foundChunk is bold thenexit repeatelseset the textStyle of the foundChunk to bold -- highlight the search termend ifend repeatend ifend ifgo to first marked card -- number the marked cardsrepeat until tempNumber = totalFoundadd 1 to tempNumberput tempNumber into field "Marked Card #"go to next marked cardend repeatbeep 2if (wordSearch is true) then answer "The total number of entrys containing" && quote & stringTerm & quote && "is:" && totalfoundif (andSearch is true) then answer "The number of entrys containing" && quote & firstTerm & quote && "and" && quote & secondTerm & quote && "is:" && totalFoundif (orSearch is true) then answer "The number of entrys containing" && quote & firstTerm & quote && "or" && quote & secondTerm & quote && "is:" && totalFoundgo to first marked cardend mouseUp</script>
  325.     </part>
  326.     <part>
  327.         <id>30</id>
  328.         <type>button</type>
  329.         <visible> <true /> </visible>
  330.         <reserved5> 0 </reserved5>
  331.         <reserved4> 0 </reserved4>
  332.         <reserved3> 0 </reserved3>
  333.         <reserved2> 0 </reserved2>
  334.         <reserved1> 0 </reserved1>
  335.         <enabled> <true /> </enabled>
  336.         <rect>
  337.             <left>172</left>
  338.             <top>290</top>
  339.             <right>237</right>
  340.             <bottom>306</bottom>
  341.         </rect>
  342.         <style>checkbox</style>
  343.         <showName> <true /> </showName>
  344.         <highlight> <false /> </highlight>
  345.         <autoHighlight> <true /> </autoHighlight>
  346.         <sharedHighlight> <true /> </sharedHighlight>
  347.         <family>0</family>
  348.         <titleWidth>0</titleWidth>
  349.         <icon>0</icon>
  350.         <textAlign>center</textAlign>
  351.         <font>Geneva</font>
  352.         <textSize>10</textSize>
  353.         <textStyle>bold</textStyle>
  354.         <name>OR</name>
  355.         <script></script>
  356.     </part>
  357.     <part>
  358.         <id>31</id>
  359.         <type>button</type>
  360.         <visible> <true /> </visible>
  361.         <reserved5> 0 </reserved5>
  362.         <reserved4> 0 </reserved4>
  363.         <reserved3> 0 </reserved3>
  364.         <reserved2> 0 </reserved2>
  365.         <reserved1> 0 </reserved1>
  366.         <enabled> <true /> </enabled>
  367.         <rect>
  368.             <left>19</left>
  369.             <top>251</top>
  370.             <right>119</right>
  371.             <bottom>274</bottom>
  372.         </rect>
  373.         <style>checkbox</style>
  374.         <showName> <true /> </showName>
  375.         <highlight> <false /> </highlight>
  376.         <autoHighlight> <true /> </autoHighlight>
  377.         <sharedHighlight> <true /> </sharedHighlight>
  378.         <family>0</family>
  379.         <titleWidth>0</titleWidth>
  380.         <icon>0</icon>
  381.         <textAlign>center</textAlign>
  382.         <font>Geneva</font>
  383.         <textSize>10</textSize>
  384.         <textStyle>bold</textStyle>
  385.         <name>Return</name>
  386.         <script></script>
  387.     </part>
  388.     <part>
  389.         <id>32</id>
  390.         <type>button</type>
  391.         <visible> <true /> </visible>
  392.         <reserved5> 0 </reserved5>
  393.         <reserved4> 0 </reserved4>
  394.         <reserved3> 0 </reserved3>
  395.         <reserved2> 0 </reserved2>
  396.         <reserved1> 0 </reserved1>
  397.         <enabled> <true /> </enabled>
  398.         <rect>
  399.             <left>19</left>
  400.             <top>273</top>
  401.             <right>119</right>
  402.             <bottom>296</bottom>
  403.         </rect>
  404.         <style>checkbox</style>
  405.         <showName> <true /> </showName>
  406.         <highlight> <true /> </highlight>
  407.         <autoHighlight> <true /> </autoHighlight>
  408.         <sharedHighlight> <true /> </sharedHighlight>
  409.         <family>0</family>
  410.         <titleWidth>0</titleWidth>
  411.         <icon>0</icon>
  412.         <textAlign>center</textAlign>
  413.         <font>Geneva</font>
  414.         <textSize>10</textSize>
  415.         <textStyle>bold</textStyle>
  416.         <name>Tab</name>
  417.         <script></script>
  418.     </part>
  419.     <part>
  420.         <id>33</id>
  421.         <type>button</type>
  422.         <visible> <true /> </visible>
  423.         <reserved5> 0 </reserved5>
  424.         <reserved4> 0 </reserved4>
  425.         <reserved3> 0 </reserved3>
  426.         <reserved2> 0 </reserved2>
  427.         <reserved1> 0 </reserved1>
  428.         <enabled> <true /> </enabled>
  429.         <rect>
  430.             <left>19</left>
  431.             <top>295</top>
  432.             <right>125</right>
  433.             <bottom>318</bottom>
  434.         </rect>
  435.         <style>checkbox</style>
  436.         <showName> <true /> </showName>
  437.         <highlight> <false /> </highlight>
  438.         <autoHighlight> <true /> </autoHighlight>
  439.         <sharedHighlight> <true /> </sharedHighlight>
  440.         <family>0</family>
  441.         <titleWidth>0</titleWidth>
  442.         <icon>0</icon>
  443.         <textAlign>center</textAlign>
  444.         <font>Geneva</font>
  445.         <textSize>10</textSize>
  446.         <textStyle>bold</textStyle>
  447.         <name>User Specified</name>
  448.         <script></script>
  449.     </part>
  450.     <part>
  451.         <id>34</id>
  452.         <type>button</type>
  453.         <visible> <true /> </visible>
  454.         <reserved5> 0 </reserved5>
  455.         <reserved4> 0 </reserved4>
  456.         <reserved3> 0 </reserved3>
  457.         <reserved2> 0 </reserved2>
  458.         <reserved1> 0 </reserved1>
  459.         <enabled> <true /> </enabled>
  460.         <rect>
  461.             <left>0</left>
  462.             <top>177</top>
  463.             <right>75</right>
  464.             <bottom>199</bottom>
  465.         </rect>
  466.         <style>roundrect</style>
  467.         <showName> <true /> </showName>
  468.         <highlight> <false /> </highlight>
  469.         <autoHighlight> <true /> </autoHighlight>
  470.         <sharedHighlight> <false /> </sharedHighlight>
  471.         <family>0</family>
  472.         <titleWidth>0</titleWidth>
  473.         <icon>0</icon>
  474.         <textAlign>center</textAlign>
  475.         <font>Helvetica</font>
  476.         <textSize>10</textSize>
  477.         <textStyle>bold</textStyle>
  478.         <name>Print Search</name>
  479.         <script>on mouseUpopen report printing with template "Print Biblio"go to first marked cardprint marked cardsclose printingend mouseUp</script>
  480.     </part>
  481.     <part>
  482.         <id>35</id>
  483.         <type>button</type>
  484.         <visible> <true /> </visible>
  485.         <reserved5> 0 </reserved5>
  486.         <reserved4> 0 </reserved4>
  487.         <reserved3> 0 </reserved3>
  488.         <reserved2> 0 </reserved2>
  489.         <reserved1> 0 </reserved1>
  490.         <enabled> <true /> </enabled>
  491.         <rect>
  492.             <left>289</left>
  493.             <top>321</top>
  494.             <right>317</right>
  495.             <bottom>340</bottom>
  496.         </rect>
  497.         <style>rectangle</style>
  498.         <showName> <false /> </showName>
  499.         <highlight> <false /> </highlight>
  500.         <autoHighlight> <true /> </autoHighlight>
  501.         <sharedHighlight> <true /> </sharedHighlight>
  502.         <family>0</family>
  503.         <titleWidth>0</titleWidth>
  504.         <icon>6460</icon>
  505.         <textAlign>center</textAlign>
  506.         <font>Chicago</font>
  507.         <textSize>12</textSize>
  508.         <textStyle>plain</textStyle>
  509.         <name>Prev</name>
  510.         <script>on mouseUpget field "Stack ID" of previous cardif it is "HELP!!!!" thenvisual effect iris open fastgo to last cardelsevisual effect iris open fastdoMenu "Prev"end ifend mouseUp</script>
  511.     </part>
  512.     <part>
  513.         <id>36</id>
  514.         <type>button</type>
  515.         <visible> <true /> </visible>
  516.         <reserved5> 0 </reserved5>
  517.         <reserved4> 0 </reserved4>
  518.         <reserved3> 0 </reserved3>
  519.         <reserved2> 0 </reserved2>
  520.         <reserved1> 0 </reserved1>
  521.         <enabled> <true /> </enabled>
  522.         <rect>
  523.             <left>316</left>
  524.             <top>321</top>
  525.             <right>344</right>
  526.             <bottom>340</bottom>
  527.         </rect>
  528.         <style>rectangle</style>
  529.         <showName> <false /> </showName>
  530.         <highlight> <false /> </highlight>
  531.         <autoHighlight> <true /> </autoHighlight>
  532.         <sharedHighlight> <true /> </sharedHighlight>
  533.         <family>0</family>
  534.         <titleWidth>0</titleWidth>
  535.         <icon>6179</icon>
  536.         <textAlign>center</textAlign>
  537.         <font>Chicago</font>
  538.         <textSize>12</textSize>
  539.         <textStyle>plain</textStyle>
  540.         <name>Next</name>
  541.         <script>on mouseUpget field "Stack ID" of next cardif it is "HELP!!!!" thenvisual effect iris open fastgo to card 2elsevisual effect iris open fastdoMenu "Next"end ifend mouseUp</script>
  542.     </part>
  543.     <part>
  544.         <id>37</id>
  545.         <type>field</type>
  546.         <visible> <true /> </visible>
  547.         <dontWrap> <false /> </dontWrap>
  548.         <dontSearch> <true /> </dontSearch>
  549.         <sharedText> <true /> </sharedText>
  550.         <fixedLineHeight> <false /> </fixedLineHeight>
  551.         <autoTab> <false /> </autoTab>
  552.         <lockText> <true /> </lockText>
  553.         <rect>
  554.             <left>156</left>
  555.             <top>231</top>
  556.             <right>301</right>
  557.             <bottom>249</bottom>
  558.         </rect>
  559.         <style>shadow</style>
  560.         <autoSelect> <false /> </autoSelect>
  561.         <showLines> <false /> </showLines>
  562.         <wideMargins> <false /> </wideMargins>
  563.         <multipleLines> <false /> </multipleLines>
  564.         <reservedFamily> 0 </reservedFamily>
  565.         <titleWidth>0</titleWidth>
  566.         <icon>0</icon>
  567.         <textAlign>center</textAlign>
  568.         <font>Geneva</font>
  569.         <textSize>12</textSize>
  570.         <textStyle>bold</textStyle>
  571.         <textHeight>16</textHeight>
  572.         <name>Search Parameters</name>
  573.         <script></script>
  574.     </part>
  575.     <part>
  576.         <id>38</id>
  577.         <type>field</type>
  578.         <visible> <true /> </visible>
  579.         <dontWrap> <false /> </dontWrap>
  580.         <dontSearch> <true /> </dontSearch>
  581.         <sharedText> <true /> </sharedText>
  582.         <fixedLineHeight> <false /> </fixedLineHeight>
  583.         <autoTab> <false /> </autoTab>
  584.         <lockText> <true /> </lockText>
  585.         <rect>
  586.             <left>1</left>
  587.             <top>231</top>
  588.             <right>148</right>
  589.             <bottom>249</bottom>
  590.         </rect>
  591.         <style>shadow</style>
  592.         <autoSelect> <false /> </autoSelect>
  593.         <showLines> <false /> </showLines>
  594.         <wideMargins> <false /> </wideMargins>
  595.         <multipleLines> <false /> </multipleLines>
  596.         <reservedFamily> 0 </reservedFamily>
  597.         <titleWidth>0</titleWidth>
  598.         <icon>0</icon>
  599.         <textAlign>center</textAlign>
  600.         <font>Geneva</font>
  601.         <textSize>12</textSize>
  602.         <textStyle>bold</textStyle>
  603.         <textHeight>16</textHeight>
  604.         <name></name>
  605.         <script></script>
  606.     </part>
  607.     <part>
  608.         <id>40</id>
  609.         <type>button</type>
  610.         <visible> <true /> </visible>
  611.         <reserved5> 0 </reserved5>
  612.         <reserved4> 0 </reserved4>
  613.         <reserved3> 0 </reserved3>
  614.         <reserved2> 0 </reserved2>
  615.         <reserved1> 0 </reserved1>
  616.         <enabled> <true /> </enabled>
  617.         <rect>
  618.             <left>172</left>
  619.             <top>274</top>
  620.             <right>237</right>
  621.             <bottom>290</bottom>
  622.         </rect>
  623.         <style>checkbox</style>
  624.         <showName> <true /> </showName>
  625.         <highlight> <false /> </highlight>
  626.         <autoHighlight> <true /> </autoHighlight>
  627.         <sharedHighlight> <true /> </sharedHighlight>
  628.         <family>0</family>
  629.         <titleWidth>0</titleWidth>
  630.         <icon>0</icon>
  631.         <textAlign>center</textAlign>
  632.         <font>Geneva</font>
  633.         <textSize>10</textSize>
  634.         <textStyle>bold</textStyle>
  635.         <name>AND</name>
  636.         <script></script>
  637.     </part>
  638.     <part>
  639.         <id>41</id>
  640.         <type>button</type>
  641.         <visible> <true /> </visible>
  642.         <reserved5> 0 </reserved5>
  643.         <reserved4> 0 </reserved4>
  644.         <reserved3> 0 </reserved3>
  645.         <reserved2> 0 </reserved2>
  646.         <reserved1> 0 </reserved1>
  647.         <enabled> <true /> </enabled>
  648.         <rect>
  649.             <left>172</left>
  650.             <top>306</top>
  651.             <right>271</right>
  652.             <bottom>322</bottom>
  653.         </rect>
  654.         <style>checkbox</style>
  655.         <showName> <true /> </showName>
  656.         <highlight> <false /> </highlight>
  657.         <autoHighlight> <true /> </autoHighlight>
  658.         <sharedHighlight> <true /> </sharedHighlight>
  659.         <family>0</family>
  660.         <titleWidth>0</titleWidth>
  661.         <icon>0</icon>
  662.         <textAlign>center</textAlign>
  663.         <font>Geneva</font>
  664.         <textSize>10</textSize>
  665.         <textStyle>bold</textStyle>
  666.         <name>Word/Phrase</name>
  667.         <script></script>
  668.     </part>
  669.     <part>
  670.         <id>43</id>
  671.         <type>field</type>
  672.         <visible> <true /> </visible>
  673.         <dontWrap> <false /> </dontWrap>
  674.         <dontSearch> <true /> </dontSearch>
  675.         <sharedText> <true /> </sharedText>
  676.         <fixedLineHeight> <false /> </fixedLineHeight>
  677.         <autoTab> <false /> </autoTab>
  678.         <lockText> <false /> </lockText>
  679.         <rect>
  680.             <left>362</left>
  681.             <top>313</top>
  682.             <right>462</right>
  683.             <bottom>330</bottom>
  684.         </rect>
  685.         <style>transparent</style>
  686.         <autoSelect> <false /> </autoSelect>
  687.         <showLines> <false /> </showLines>
  688.         <wideMargins> <false /> </wideMargins>
  689.         <multipleLines> <false /> </multipleLines>
  690.         <reservedFamily> 0 </reservedFamily>
  691.         <titleWidth>0</titleWidth>
  692.         <icon>0</icon>
  693.         <textAlign>right</textAlign>
  694.         <font>Geneva</font>
  695.         <textSize>10</textSize>
  696.         <textStyle>bold</textStyle>
  697.         <textHeight>13</textHeight>
  698.         <name></name>
  699.         <script></script>
  700.     </part>
  701.     <part>
  702.         <id>44</id>
  703.         <type>field</type>
  704.         <visible> <true /> </visible>
  705.         <dontWrap> <false /> </dontWrap>
  706.         <dontSearch> <true /> </dontSearch>
  707.         <sharedText> <true /> </sharedText>
  708.         <fixedLineHeight> <false /> </fixedLineHeight>
  709.         <autoTab> <false /> </autoTab>
  710.         <lockText> <false /> </lockText>
  711.         <rect>
  712.             <left>371</left>
  713.             <top>287</top>
  714.             <right>461</right>
  715.             <bottom>305</bottom>
  716.         </rect>
  717.         <style>transparent</style>
  718.         <autoSelect> <false /> </autoSelect>
  719.         <showLines> <false /> </showLines>
  720.         <wideMargins> <false /> </wideMargins>
  721.         <multipleLines> <false /> </multipleLines>
  722.         <reservedFamily> 0 </reservedFamily>
  723.         <titleWidth>0</titleWidth>
  724.         <icon>0</icon>
  725.         <textAlign>right</textAlign>
  726.         <font>Geneva</font>
  727.         <textSize>10</textSize>
  728.         <textStyle>bold</textStyle>
  729.         <textHeight>13</textHeight>
  730.         <name></name>
  731.         <script></script>
  732.     </part>
  733.     <part>
  734.         <id>45</id>
  735.         <type>field</type>
  736.         <visible> <true /> </visible>
  737.         <dontWrap> <false /> </dontWrap>
  738.         <dontSearch> <true /> </dontSearch>
  739.         <sharedText> <true /> </sharedText>
  740.         <fixedLineHeight> <false /> </fixedLineHeight>
  741.         <autoTab> <false /> </autoTab>
  742.         <lockText> <false /> </lockText>
  743.         <rect>
  744.             <left>343</left>
  745.             <top>251</top>
  746.             <right>464</right>
  747.             <bottom>269</bottom>
  748.         </rect>
  749.         <style>transparent</style>
  750.         <autoSelect> <false /> </autoSelect>
  751.         <showLines> <false /> </showLines>
  752.         <wideMargins> <false /> </wideMargins>
  753.         <multipleLines> <false /> </multipleLines>
  754.         <reservedFamily> 0 </reservedFamily>
  755.         <titleWidth>0</titleWidth>
  756.         <icon>0</icon>
  757.         <textAlign>right</textAlign>
  758.         <font>Geneva</font>
  759.         <textSize>10</textSize>
  760.         <textStyle>bold</textStyle>
  761.         <textHeight>13</textHeight>
  762.         <name></name>
  763.         <script></script>
  764.     </part>
  765.     <part>
  766.         <id>46</id>
  767.         <type>field</type>
  768.         <visible> <true /> </visible>
  769.         <dontWrap> <false /> </dontWrap>
  770.         <dontSearch> <true /> </dontSearch>
  771.         <sharedText> <true /> </sharedText>
  772.         <fixedLineHeight> <false /> </fixedLineHeight>
  773.         <autoTab> <false /> </autoTab>
  774.         <lockText> <true /> </lockText>
  775.         <rect>
  776.             <left>343</left>
  777.             <top>224</top>
  778.             <right>463</right>
  779.             <bottom>243</bottom>
  780.         </rect>
  781.         <style>transparent</style>
  782.         <autoSelect> <false /> </autoSelect>
  783.         <showLines> <false /> </showLines>
  784.         <wideMargins> <false /> </wideMargins>
  785.         <multipleLines> <false /> </multipleLines>
  786.         <reservedFamily> 0 </reservedFamily>
  787.         <titleWidth>0</titleWidth>
  788.         <icon>0</icon>
  789.         <textAlign>right</textAlign>
  790.         <font>Geneva</font>
  791.         <textSize>10</textSize>
  792.         <textStyle>bold</textStyle>
  793.         <textHeight>13</textHeight>
  794.         <name></name>
  795.         <script></script>
  796.     </part>
  797.     <part>
  798.         <id>49</id>
  799.         <type>field</type>
  800.         <visible> <true /> </visible>
  801.         <dontWrap> <false /> </dontWrap>
  802.         <dontSearch> <true /> </dontSearch>
  803.         <sharedText> <true /> </sharedText>
  804.         <fixedLineHeight> <true /> </fixedLineHeight>
  805.         <autoTab> <false /> </autoTab>
  806.         <lockText> <false /> </lockText>
  807.         <rect>
  808.             <left>144</left>
  809.             <top>27</top>
  810.             <right>235</right>
  811.             <bottom>50</bottom>
  812.         </rect>
  813.         <style>transparent</style>
  814.         <autoSelect> <false /> </autoSelect>
  815.         <showLines> <false /> </showLines>
  816.         <wideMargins> <false /> </wideMargins>
  817.         <multipleLines> <false /> </multipleLines>
  818.         <reservedFamily> 0 </reservedFamily>
  819.         <titleWidth>0</titleWidth>
  820.         <icon>0</icon>
  821.         <textAlign>right</textAlign>
  822.         <font>Palatino</font>
  823.         <textSize>18</textSize>
  824.         <textStyle>bold</textStyle>
  825.         <textHeight>24</textHeight>
  826.         <name>Stack ID</name>
  827.         <script></script>
  828.     </part>
  829.     <part>
  830.         <id>50</id>
  831.         <type>button</type>
  832.         <visible> <true /> </visible>
  833.         <reserved5> 0 </reserved5>
  834.         <reserved4> 0 </reserved4>
  835.         <reserved3> 0 </reserved3>
  836.         <reserved2> 0 </reserved2>
  837.         <reserved1> 0 </reserved1>
  838.         <enabled> <true /> </enabled>
  839.         <rect>
  840.             <left>295</left>
  841.             <top>289</top>
  842.             <right>339</right>
  843.             <bottom>320</bottom>
  844.         </rect>
  845.         <style>roundrect</style>
  846.         <showName> <false /> </showName>
  847.         <highlight> <false /> </highlight>
  848.         <autoHighlight> <true /> </autoHighlight>
  849.         <sharedHighlight> <false /> </sharedHighlight>
  850.         <family>0</family>
  851.         <titleWidth>0</titleWidth>
  852.         <icon>1011</icon>
  853.         <textAlign>center</textAlign>
  854.         <font>Chicago</font>
  855.         <textSize>12</textSize>
  856.         <textStyle>plain</textStyle>
  857.         <name>Home</name>
  858.         <script>on mouseUpvisual effect stretch from bottom fastGo Homeend mouseUp</script>
  859.     </part>
  860.     <part>
  861.         <id>51</id>
  862.         <type>button</type>
  863.         <visible> <true /> </visible>
  864.         <reserved5> 0 </reserved5>
  865.         <reserved4> 0 </reserved4>
  866.         <reserved3> 0 </reserved3>
  867.         <reserved2> 0 </reserved2>
  868.         <reserved1> 0 </reserved1>
  869.         <enabled> <true /> </enabled>
  870.         <rect>
  871.             <left>298</left>
  872.             <top>249</top>
  873.             <right>336</right>
  874.             <bottom>288</bottom>
  875.         </rect>
  876.         <style>roundrect</style>
  877.         <showName> <false /> </showName>
  878.         <highlight> <false /> </highlight>
  879.         <autoHighlight> <true /> </autoHighlight>
  880.         <sharedHighlight> <false /> </sharedHighlight>
  881.         <family>0</family>
  882.         <titleWidth>0</titleWidth>
  883.         <icon>2507</icon>
  884.         <textAlign>center</textAlign>
  885.         <font>Chicago</font>
  886.         <textSize>12</textSize>
  887.         <textStyle>plain</textStyle>
  888.         <name>Help</name>
  889.         <script>on mouseUppush cardvisual effect shrink to center fastgo to bkgnd "Help"end mouseUp</script>
  890.     </part>
  891.     <part>
  892.         <id>52</id>
  893.         <type>field</type>
  894.         <visible> <true /> </visible>
  895.         <dontWrap> <false /> </dontWrap>
  896.         <dontSearch> <false /> </dontSearch>
  897.         <sharedText> <false /> </sharedText>
  898.         <fixedLineHeight> <false /> </fixedLineHeight>
  899.         <autoTab> <false /> </autoTab>
  900.         <lockText> <false /> </lockText>
  901.         <rect>
  902.             <left>74</left>
  903.             <top>53</top>
  904.             <right>511</right>
  905.             <bottom>217</bottom>
  906.         </rect>
  907.         <style>scrolling</style>
  908.         <autoSelect> <false /> </autoSelect>
  909.         <showLines> <false /> </showLines>
  910.         <wideMargins> <true /> </wideMargins>
  911.         <multipleLines> <false /> </multipleLines>
  912.         <reservedFamily> 0 </reservedFamily>
  913.         <titleWidth>0</titleWidth>
  914.         <icon>0</icon>
  915.         <textAlign>left</textAlign>
  916.         <font>Geneva</font>
  917.         <textSize>10</textSize>
  918.         <textStyle>plain</textStyle>
  919.         <textHeight>13</textHeight>
  920.         <name>Record</name>
  921.         <script></script>
  922.     </part>
  923.     <part>
  924.         <id>54</id>
  925.         <type>button</type>
  926.         <visible> <true /> </visible>
  927.         <reserved5> 0 </reserved5>
  928.         <reserved4> 0 </reserved4>
  929.         <reserved3> 0 </reserved3>
  930.         <reserved2> 0 </reserved2>
  931.         <reserved1> 0 </reserved1>
  932.         <enabled> <true /> </enabled>
  933.         <rect>
  934.             <left>172</left>
  935.             <top>254</top>
  936.             <right>274</right>
  937.             <bottom>271</bottom>
  938.         </rect>
  939.         <style>checkbox</style>
  940.         <showName> <true /> </showName>
  941.         <highlight> <false /> </highlight>
  942.         <autoHighlight> <true /> </autoHighlight>
  943.         <sharedHighlight> <true /> </sharedHighlight>
  944.         <family>0</family>
  945.         <titleWidth>0</titleWidth>
  946.         <icon>0</icon>
  947.         <textAlign>center</textAlign>
  948.         <font>Geneva</font>
  949.         <textSize>10</textSize>
  950.         <textStyle>bold</textStyle>
  951.         <name>Hilite</name>
  952.         <script></script>
  953.     </part>
  954.     <part>
  955.         <id>55</id>
  956.         <type>button</type>
  957.         <visible> <true /> </visible>
  958.         <reserved5> 0 </reserved5>
  959.         <reserved4> 0 </reserved4>
  960.         <reserved3> 0 </reserved3>
  961.         <reserved2> 0 </reserved2>
  962.         <reserved1> 0 </reserved1>
  963.         <enabled> <true /> </enabled>
  964.         <rect>
  965.             <left>0</left>
  966.             <top>200</top>
  967.             <right>74</right>
  968.             <bottom>222</bottom>
  969.         </rect>
  970.         <style>roundrect</style>
  971.         <showName> <true /> </showName>
  972.         <highlight> <false /> </highlight>
  973.         <autoHighlight> <true /> </autoHighlight>
  974.         <sharedHighlight> <false /> </sharedHighlight>
  975.         <family>0</family>
  976.         <titleWidth>0</titleWidth>
  977.         <icon>0</icon>
  978.         <textAlign>center</textAlign>
  979.         <font>Helvetica</font>
  980.         <textSize>10</textSize>
  981.         <textStyle>condense</textStyle>
  982.         <textStyle>bold</textStyle>
  983.         <name>Export Search</name>
  984.         <script>on mouseUp exportCards,totalCards,exportFileglobal totalFoundgo to first marked cardask "What will be the name of the export file?"put it into exportFileopen file exportFileset cursor to busyset lockScreen to truerepeat until exportCards = totalFoundwrite "Search result #" & field "Marked Card #" && "out of" && field "Total Marked #Cards" && "total." to file exportFilewrite return to file exportFilewrite field "Record" & return & return to file exportFileadd 1 to exportCardsgo to next marked cardend repeatclose file exportFilebeep 2end mouseUp</script>
  985.     </part>
  986.     <part>
  987.         <id>56</id>
  988.         <type>field</type>
  989.         <visible> <false /> </visible>
  990.         <dontWrap> <false /> </dontWrap>
  991.         <dontSearch> <true /> </dontSearch>
  992.         <sharedText> <true /> </sharedText>
  993.         <fixedLineHeight> <false /> </fixedLineHeight>
  994.         <autoTab> <true /> </autoTab>
  995.         <lockText> <false /> </lockText>
  996.         <rect>
  997.             <left>12</left>
  998.             <top>27</top>
  999.             <right>466</right>
  1000.             <bottom>327</bottom>
  1001.         </rect>
  1002.         <style>rectangle</style>
  1003.         <autoSelect> <false /> </autoSelect>
  1004.         <showLines> <false /> </showLines>
  1005.         <wideMargins> <false /> </wideMargins>
  1006.         <multipleLines> <false /> </multipleLines>
  1007.         <reservedFamily> 0 </reservedFamily>
  1008.         <titleWidth>0</titleWidth>
  1009.         <icon>0</icon>
  1010.         <textAlign>left</textAlign>
  1011.         <font>Geneva</font>
  1012.         <textSize>12</textSize>
  1013.         <textStyle>plain</textStyle>
  1014.         <textHeight>16</textHeight>
  1015.         <name>Shareware</name>
  1016.         <script>on mouseUphide field "shareware"end mouseUp</script>
  1017.     </part>
  1018.     <content>
  1019.         <layer>background</layer>
  1020.         <id>46</id>
  1021.         <text>Search Result #:</text>
  1022.     </content>
  1023.     <content>
  1024.         <layer>background</layer>
  1025.         <id>43</id>
  1026.         <text> Cards in Stack:</text>
  1027.     </content>
  1028.     <content>
  1029.         <layer>background</layer>
  1030.         <id>44</id>
  1031.         <text>Card No:</text>
  1032.     </content>
  1033.     <content>
  1034.         <layer>background</layer>
  1035.         <id>45</id>
  1036.         <text># Positive Results:</text>
  1037.     </content>
  1038.     <content>
  1039.         <layer>background</layer>
  1040.         <id>37</id>
  1041.         <text>Search Parameters</text>
  1042.     </content>
  1043.     <content>
  1044.         <layer>background</layer>
  1045.         <id>38</id>
  1046.         <text>Import Parameters</text>
  1047.     </content>
  1048.     <content>
  1049.         <layer>background</layer>
  1050.         <id>49</id>
  1051.         <text>Stack:</text>
  1052.     </content>
  1053.     <content>
  1054.         <layer>background</layer>
  1055.         <id>56</id>
  1056.         <text><span class="style5">                                    </span><span class="style8">      </span><span class="style7">HYPER-REF 1.0</span><span class="style5">   This is a stack that I developed mainly for use in creating a database of journal references downloaded from Medline, though you should be able to adapt it to your own system.   Not only is this my first attempt at scripting, but also at programing in general.  As a result I'm sure that there are some bugs lurking around.  If you find any or have ideas to make the scripts more elegant I would be happy to hear from you.  My e-mail address is:</span><span class="style6">ndgarigl@rodan.acs.syr.edu            CLICK HERE WHEN DONESHAREWARE:  </span><span class="style5">If you do find this stack useful  I would appreciate some bucks to help finance my "Mac Periphal Fund".   I work part-time, my wife is a graduate student, and we have two kids......  needless to say that doesn't leave much money for Mac goodies.  I would also be so grateful that I would probably take a stab at any custom changes you wanted.   Send at least $10, along with your name and address to:</span><span class="style6">         Nick Garigliano                                    B14-7 Slocum Heights          Syracuse, New York 13210    </span><span class="style5">    </span></text>
  1057.     </content>
  1058.     <name>Biblio</name>
  1059.     <script>on openCardglobal totalFoundget the name of stackdelete first word of itput it into field "Stack ID"put (the number of cards - 1) into field "Total #Cards"put (the number of this card - 1) into field "Card #"get the marked of this cardif it is true thenput the number of marked cards into field "Total Marked #Cards"elseput empty into field "Total Marked #Cards"put empty into field "Marked Card #"end ifend openCard</script>
  1060. </background>
  1061.